|
Protege 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.AbstractAction
edu.stanford.smi.protege.util.StandardAction
public abstract class StandardAction
TODO Class Comment
| Field Summary | |
|---|---|
static String |
DISABLED_ICON
|
| Fields inherited from class javax.swing.AbstractAction |
|---|
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
|---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
|---|---|
protected |
StandardAction(ResourceKey key)
|
protected |
StandardAction(ResourceKey key,
boolean useLargeIcons)
|
protected |
StandardAction(String name)
|
protected |
StandardAction(String name,
Icon icon)
|
| Method Summary | |
|---|---|
static boolean |
equals(Object o1,
Object o2)
|
Icon |
getIcon()
|
String |
getName()
|
static String |
getName(Action action)
|
static void |
initialize(Action action,
ResourceKey key,
boolean useLargeIcons)
|
static void |
setDescription(Action action,
String text)
|
void |
setDescription(String text)
|
static void |
setDisabledIcon(Action action,
Icon icon)
|
void |
setDisabledIcon(Icon icon)
|
static void |
setIcon(Action action,
Icon icon)
|
void |
setIcon(Icon icon)
|
static void |
setMnemonic(Action action,
int c)
|
void |
setMnemonic(int c)
|
static void |
setName(Action action,
String text)
|
void |
setName(String text)
|
static void |
setShortcut(Action action,
int c)
|
void |
setShortcut(int c)
|
void |
substituteIntoName(String text)
|
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Field Detail |
|---|
public static final String DISABLED_ICON
| Constructor Detail |
|---|
protected StandardAction(String name)
protected StandardAction(String name,
Icon icon)
protected StandardAction(ResourceKey key)
protected StandardAction(ResourceKey key,
boolean useLargeIcons)
| Method Detail |
|---|
public void substituteIntoName(String text)
public static void initialize(Action action,
ResourceKey key,
boolean useLargeIcons)
public static boolean equals(Object o1,
Object o2)
public String getName()
public static String getName(Action action)
public void setName(String text)
public void setDescription(String text)
public static void setName(Action action,
String text)
public static void setDescription(Action action,
String text)
public Icon getIcon()
public void setIcon(Icon icon)
public static void setIcon(Action action,
Icon icon)
public void setDisabledIcon(Icon icon)
public static void setDisabledIcon(Action action,
Icon icon)
public void setShortcut(int c)
public static void setShortcut(Action action,
int c)
public void setMnemonic(int c)
public static void setMnemonic(Action action,
int c)
|
Protege 3.4.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||